-
-
Notifications
You must be signed in to change notification settings - Fork 612
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes issue https://github.com/FreezingMoon/AncientBeast/issues/2494 #2508
Fixes issue https://github.com/FreezingMoon/AncientBeast/issues/2494 #2508
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@tomaszajac-vs Great work! A couple of things to consider: I think it would be less error prone to have The logic inside |
Do you propose to only use the |
I need to keep in mind what @allmtz said, duplicated stuff that can get out of sync is a bad thing indeed. When I'll test this soon will have to pay attention to the unit abilities. |
I think this makes sense. A player is either flipped (i.e. on the right side of the screen) or not (on the left side) and any creatures the player summons will inherit that flipped status. Each creature already has a The benefit I can think of in keeping a copy of the |
Will mark this as draft until @allmtz's suggestion gets implemented, as it makes a lot of sense to me. |
Hi, I have changed the reference to the |
@tomaszajac-vs Seems to work fine as far as I tested so far 👍🏻 |
This fixes issue #2494